all:
	pdflatex main.tex
	pdflatex main.tex
	pdflatex main.tex


clean:
	rm -f main.pdf
	rm -f main.aux
	rm -f main.toc
	rm -f main.log
